home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- Busy.mcc/Busy.mcc
- Busy.mcc/MUIM_Busy_Move
- Busy.mcc/MUIA_Busy_Color1
- Busy.mcc/MUIA_Busy_Color2
- Busy.mcc/MUIA_Busy_Position
- Busy.mcc/MUIA_Busy_Size
- Busy.mcc/Busy.mcc
-
- BusyClass provides a graphical line of two repeated rectangles in
- different colors. This line can be moved, which should indicate a
- busy situation, it represents some work in the behind.
-
- The size, the colors of the rectangles and the position of the
- first box could be controlled.
-
- The bar hasn't a frame, nor a background, so you ought to define
- them like other areas, e.g.:
-
- by_info = BusyObject,
- GaugeFrame,
- MUIA_Background, MUII_BACKGROUND,
- End,
-
- Busy.mcc/MUIM_Busy_Move
-
- NAME
- MUIM_Busy_Move
-
- SYNOPSIS
- DoMethod(obj, MUIM_Busy_Move, );
-
- FUNCTION
- Let the busy object scroll two pixels to the right.
-
- EXAMPLE
- while (gn)
- {
- gn = get_next_amun_group();
- DoMethod(by_info, MUIM_Busy_Move, );
- }
-
- SEE ALSO
- Busy.mcc/MUIA_Busy_Color1
-
- NAME
- MUIA_Busy_Color1 -- [ISG], ULONG
-
- FUNCTION
- The color of the first rectangle.
-
- SEE ALSO
- MUIA_Busy_Color2
- Busy.mcc/MUIA_Busy_Color2
-
- NAME
- MUIA_Busy_Color2 -- [ISG], ULONG
-
- FUNCTION
- The color of the second rectangle.
-
- SEE ALSO
- MUIA_Busy_Color1
- Busy.mcc/MUIA_Busy_Position
-
- NAME
- MUIA_Busy_Position -- [ISG], ULONG
-
- FUNCTION
- This is the position of the first rectangle of color 1.
-
- Check out, that the position could only be in range of 0 to
- (2*MUIA_Busy_Size-1).
-
- SEE ALSO
- MUIA_Busy_Size
- Busy.mcc/MUIA_Busy_Size
-
- NAME
- MUIA_Busy_Size -- [ISG], ULONG
-
- FUNCTION
- Indicates the width in pixel of one rectangle. Valid range is
- from 4 upto 64.
-
- SEE ALSO
- MUIA_Busy_Position
-